home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SOLAR
/
Autocatalysis
/
add-soup
next >
Wrap
Text File
|
1998-10-23
|
948b
|
28 lines
add-soup soup-name patterns catalysts
This adds new patterns and catalysts to a soup. A nil material can be used if nothing is added.
(def-soup 'soup
'((e f e) (d e f) (a b c) (d e f) (e d f c) (e d f e f c)
(d e e e f f g g) (g g g g g) (f e e) (e d c) (a a a a a a)
(b b b c c) (c c b b))
'((e f d) (c d) (c d e) (c d e) (f d e) (g g g g) (g f f)
(e e e d) (a b) (c c) (b a a)))
(add-soup 'soup
'((a b c d) (e f d) (e d f) (e f c) (e f e f) (d e f)
(e d f c))
'((d e) (f e) (f d) (c d e) (c d e) (f d e d)))
(print-soup 'soup)
-->
(def-soup 'soup
'((e f e) (d e f) (a b c) (d e f) (e d f c) (e d f e f c)
(d e e e f f g g) (g g g g g) (f e e) (e d c)
(a a a a a a) (b b b c c) (c c b b) (a b c d) (e f d)
(e d f) (e f c) (e f e f) (d e f) (e d f c))
'((e f d) (c d) (c d e) (c d e) (f d e) (g g g g) (g f f)
(e e e d) (a b) (c c) (b a a) (d e) (f e) (f d) (c d e)
(c d e) (f d e d)))